home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / bwcirclular < prev    next >
Text File  |  1999-06-15  |  915b  |  33 lines

  1. Category: Andrew's Filters 18
  2. Title: BWCirclular...
  3. Copyright: Freeware
  4. Author: Andrew Buckle
  5. Filename: BWCircl.8bf
  6.  
  7. R:mix((sin(d*ctl(0))-sin(m*ctl(1))+sin((d+val(2,-40,40))*ctl(0))-sin((m+val(3,-40,40))*ctl(1)))/2,(rad(d,m,rnd(0,2))+rad(d+val(4,-40,40),m+val(5,-40,40),rnd(0,2)))/2,ctl(6),ctl(7))
  8.  
  9. G:mix((sin(d*ctl(0))-sin(m*ctl(1))+sin((d+val(2,-40,40))*ctl(0))-sin((m+val(3,-40,40))*ctl(1)))/2,(rad(d,m,rnd(0,2))+rad(d+val(4,-40,40),m+val(5,-40,40),rnd(0,2)))/2,ctl(6),ctl(7))
  10.  
  11. B:mix((sin(d*ctl(0))-sin(m*ctl(1))+sin((d+val(2,-40,40))*ctl(0))-sin((m+val(3,-40,40))*ctl(1)))/2,(rad(d,m,rnd(0,2))+rad(d+val(4,-40,40),m+val(5,-40,40),rnd(0,2)))/2,ctl(6),ctl(7))
  12.  
  13. A:a
  14.  
  15. ctl[0]: d
  16. ctl[1]: m
  17. ctl[2]: Shift d
  18. ctl[3]: Shift m
  19. ctl[4]: Shift d Src
  20. ctl[5]: Shift m Src
  21. ctl[6]: Mix 1
  22. ctl[7]: Mix 2
  23.  
  24. val[0]: 78
  25. val[1]: 174
  26. val[2]: 113
  27. val[3]: 184
  28. val[4]: 101
  29. val[5]: 105
  30. val[6]: 63
  31. val[7]: 49
  32.  
  33.